<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* i-banneråŒºåŸŸ */
.i-banner {
  width: 100%;
  height: 360px;
  background: #F9F9F9;
  position: relative;
}

.i-banner .banner-wrapper {
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
}

.i-banner .swiper-slide {
  position: relative;
  overflow: hidden;
}

.i-banner .swiper-slide .content {
  position: absolute;
  left: 50%;
  margin-left: -960px;
}

.i-banner .swiper-slide img {
  width: 1920px;
  height: 360px;
}

.i-banner .banner-swiper {
  width: 100%;
  height: 100%;
}

/* æ¶ˆæ¯åŒºåŸŸ */


.notice-wrapper {
  width: 100%;
  max-width: 1920px;
  bottom: 0;
  margin: 10px auto 20px;
  font-size: 0;
}

.notice-wrapper .icon {
  width: 107px;
  height: 38px;
  margin-right: 20px;
}

.notice-wrapper .slide-area {
  display: inline-block;
  width: 1073px;
  height: 38px;
  line-height: 38px;
  background: #F5F5F5;
  vertical-align: top;
  overflow: hidden;
}

.notice-wrapper .notice-list {
  transition: all .3s linear;
}

.notice-wrapper .notice-list .item {
  position: relative;
  padding-left: 24px;
  height: 38px;
  line-height: 38px;
}

.notice-wrapper .notice-list .point {
  position: absolute;
  top: 17px;
  left: 12px;
  width: 4px;
  height: 4px;
  background: #FF6C27;
  box-shadow: 0 0 0 2px rgba(255, 108, 39, 0.3);
  border-radius: 50%;
}

.notice-wrapper .notice-list a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

.notice-wrapper .notice-list a:hover {
  color: #FF6C27 !important;
}


/* swiper-4 */
/* .i-banner .banner-swiper.swiper-container-horizontal&gt;.swiper-pagination-bullets {bottom:45px;}
.i-banner .banner-swiper .swiper-pagination-bullet {background:#fff;}
.i-banner .banner-swiper .swiper-pagination-bullet-active {width:20px;height:8px;border-radius:4px;background:#fff;} */
/* swiper-4 */
/* swiper-2 */
.pagination {
  position: absolute;
  z-index: 20;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #555;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}

.swiper-active-switch {
  width: 20px;
  height: 8px;
  border-radius: 4px;
  background: #fff;
}

/* swiper-2 */
/* é¦–é¡µä¸»é¢˜åŒºåŸŸ */
.i-main {
  margin: 10px 0 20px;
  min-height: 200px;
}

.i-main .w {
  position: relative;
}


.i-main .new-products .title-wrapper .icon {
  display: inline-block;
  width: 25px;
  height: 20px;
  vertical-align: text-bottom;
  margin-right: 4px;
  background: url(../../images/ic_new_blue.png) no-repeat 0 0 /25px 20px;
}

.i-main .new-products .title-wrapper .title {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #3889FF;
}

.i-main .new-products .title-wrapper .desc {
  font-weight: 400;
  color: #999;
  font-size: 12px;
}

.i-main .new-products .container {
  width: 100%;
  margin-top: 10px;
  padding: 10px 88px;
  position: relative;
  background: #F5F5F5;
}

.i-main .new-products .prev-arrow {
  width: 92px;
  height: 92px;
  background: url(../../images/home/home_arrow_left.png) no-repeat 0 0 /92px 92px;
  position: absolute;
  left: 0;
  top: 52px;
  cursor: pointer;
}

.i-main .new-products .next-arrow {
  width: 92px;
  height: 92px;
  background: url(../../images/home/home_arrow_right.png) no-repeat 0 0 /92px 92px;
  position: absolute;
  right: 0;
  top: 52px;
  cursor: pointer;
}

.i-main .new-products .list-wrapper {
  width: 100%;
  overflow: hidden;
}

.i-main .new-products .list {
  font-size: 0;
  white-space: nowrap;
}

.i-main .new-products .item {
  display: inline-block;
  width: 164px;
  text-align: center;
  cursor: pointer;
  white-space: normal;
  vertical-align: top;
  background: #FFF;
  margin-right: 7px;
}

.i-main .new-products .item&gt;a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 20px 20px 14px;
}

.i-main .new-products .item .img-wrapper {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.i-main .new-products .item img {
  max-width: 80px;
  max-height: 80px;
}

.i-main .new-products .item .name {
  font-size: 14px;
  color: #333;
  margin-top: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.i-main .new-products .item .classcode {
  display: inline-block;
  font-size: 12px;
  color: #999;
  margin-top: 8px;
  height: 16px;
}

.i-main .new-products .item:hover .name {
  color: #1581F0
}

.i-main .catalog-wrapper {
  margin-top: 10px;
}

.i-main .catalog-wrapper .title {
  height: 40px;
  line-height: 40px;
  background: #F5F5F5;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  position: relative;
  padding-left: 40px;
}

.i-main .catalog-wrapper .title:after {
  content: ' ';
  position: absolute;
  top: 16px;
  left: 16px;
  width: 8px;
  height: 8px;
  background: #1581F0;
}


.i-main .classify-wrapper {
  margin-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E5E5E5;
}

.i-main .classify-wrapper .list {
  font-size: 0;
}

.i-main .classify-wrapper .item {
  display: inline-block;
  font-size: 12px;
  padding: 0 10px;
  height: 15px;
  line-height: 15px;
  color: #999;
  border-left: 1px solid #999;
}

.i-main .classify-wrapper .item:first-of-type {
  border-left: none;
  padding-left: 0;
}

.i-main .classify-wrapper .more {
  font-size: 12px;
}

.i-main .product-wrapper {
  margin-top: 10px;
}

.i-main .product-wrapper .list {
  font-size: 0;
}

.i-main .product-wrapper .item {
  display: inline-block;
  width: 140px;
  margin-right: 11.4px;
  font-size: 12px;
  border: 1px solid #E5E5E5;
  vertical-align: top;
  margin-bottom: 10px;
}

.i-main .product-wrapper .item:hover {
  border: 1px solid rgba(21, 129, 240, 1);
  box-shadow: 0px 0px 29px 0px rgba(21, 129, 240, 0.35);
}

.i-main .product-wrapper .item:hover .name {
  color: #1581F0;
}

.i-main .product-wrapper .item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 20px 10px;
}

.i-main .product-wrapper .item:nth-child(8n) {
  margin-right: 0;
}

.i-main .product-wrapper .item .img-wrapper {
  width: 90px;
  height: 90px;
  margin: 0 auto;
}

.i-main .product-wrapper .item img {
  max-width: 100%;
  max-height: 100%;
}

.i-main .product-wrapper .item .name {
  font-size: 14px;
  color: #333;
  margin-top: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.i-main .product-wrapper .item .classcode {
  width: 100%;
  word-break: break-word;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 8px;
}

.i-main .new-products .item .classcode {
  display: inline-block;
  font-size: 12px;
  color: #999;
  margin-top: 8px;
  height: 16px;
}

.i-main .main-hot-category {
  margin-top: 10px;
  padding-bottom: 270px;
}

.i-main .main-hot-category&gt;.title {
  height: 40px;
  line-height: 40px;
  color: #1581F0;
  font-size: 18px;
  position: relative;
  text-align: center;
  font-weight: bold;
}

.i-main .main-hot-category&gt;.title:before {
  content: ' ';
  position: absolute;
  top: 16px;
  left: 50%;
  width: 8px;
  height: 8px;
  background: #1581F0;
  margin-left: -60px;
}

.i-main .main-hot-category&gt;.title:after {
  content: ' ';
  position: absolute;
  top: 16px;
  left: 50%;
  width: 8px;
  height: 8px;
  background: #1581F0;
  margin-left: 52px;
}

.i-main .main-hot-category .category-nav-list {
  display: flex;
  height: 80px;
  background: #F5F5F5;
  padding: 20px;
  position: relative;
}

.i-main .main-hot-category .category-nav-list .nav-item {
  flex: 1;
  padding: 0 40px;
}

.i-main .main-hot-category .category-nav-list .nav-item .nav-item-title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #FFF;
  border: 1px solid #333;
  color: #333;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

.i-main .main-hot-category .category-nav-list .nav-item .nav-item-title:hover {
  background: #1581F0;
  border: 1px solid #1581F0;
  color: #FFF;
}

.i-main .main-hot-category .category-nav-list .nav-item.active .nav-item-title {
  background: #1581F0;
  border: 1px solid #1581F0;
  color: #FFF;
}

.i-main .main-hot-category .category-wrapper {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100px;
  display: none;
}

.i-main .main-hot-category .nav-item.active .category-wrapper {
  display: block;
}

.i-main .main-hot-category .category-wrapper .pros-list {
  font-size: 0;
  display: flex;
  background: #FFF;
}

.i-main .main-hot-category .category-wrapper .item {
  flex: 1;
  width: 0;
  font-size: 12px;
  padding: 0 6px;
}

.i-main .main-hot-category .category-wrapper .item:first-child {
  padding-left: 0;
}

.i-main .main-hot-category .category-wrapper .item:last-child {
  padding-right: 0;
}

.i-main .main-hot-category .category-wrapper .item&gt;a {
  display: inline-block;
  width: 100%;
  border: 1px solid #E5E5E5;
  text-align: center;
  padding: 20px 10px;
}

.i-main .main-hot-category .category-wrapper .item&gt;a:hover {
  border: 1px solid rgba(21, 129, 240, 1);
  box-shadow: 0px 0px 29px 0px rgba(21, 129, 240, 0.35);
}


.i-main .main-hot-category .category-wrapper .item .img-wrapper {
  width: 90px;
  height: 90px;
  margin: 0 auto;
}

.i-main .main-hot-category .category-wrapper .item img {
  max-width: 100%;
  max-height: 100%;
}

.i-main .main-hot-category .category-wrapper .item .name {
  font-size: 14px;
  color: #333;
  margin-top: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.i-main .main-hot-category .category-wrapper .item .classcode {
  display: inline-block;
  font-size: 12px;
  color: #999;
  margin-top: 8px;
  height: 16px;
}

.i-main .main-artcle-wrapper {
  display: flex;
}

.i-main .main-artcle-wrapper .artcle-wrapper {
  flex: 1;
  border: 1px solid #E5E5E5;
}

.i-main .main-artcle-wrapper .artcle-wrapper:first-child {
  margin-right: 20px;
}

.i-main .main-artcle-wrapper .title-wrapper {
  display: flex;
  height: 40px;
  align-items: center;
  padding: 0 12px;
  border-bottom: 1px solid #E5E5E5;
}

.i-main .main-artcle-wrapper .title-wrapper .title {
  flex: 1;
  color: #333;
  font-size: 14px;
  font-weight: bold;
}

.i-main .main-artcle-wrapper .title-wrapper .iconfont {
  vertical-align: top;
}

.i-main .main-artcle-wrapper .content-wrapper {
  padding: 12px;
}

.i-main .main-artcle-wrapper .content-wrapper .first-item {
  display: flex;
  margin-bottom: 8px;
}

.i-main .main-artcle-wrapper .content-wrapper .first-item .img-wrapper {
  flex: 0 0 60px;
  height: 60px;
}

.i-main .main-artcle-wrapper .content-wrapper .first-item .img-wrapper img {
  width: 60px;
  height: 60px;
}

.i-main .main-artcle-wrapper .content-wrapper .first-item .info-wrapper {
  margin-left: 12px;
  flex: 1;
  width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.i-main .main-artcle-wrapper .content-wrapper .first-item .info-wrapper .title {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  word-wrap: break-word;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.i-main .main-artcle-wrapper .content-wrapper .first-item .info-wrapper .info {
  color: #999;
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.i-main .main-artcle-wrapper .content-wrapper .first-item:hover .info-wrapper .title,
.i-main .main-artcle-wrapper .content-wrapper .first-item:hover .info-wrapper .info {
  color: #1581F0;
}

.i-main .main-artcle-wrapper .content-wrapper .item {
  display: flex;
  cursor: pointer;
  margin-bottom: 8px;
}

.i-main .main-artcle-wrapper .content-wrapper .item:last-child {
  margin-bottom: 0;
}

.i-main .main-artcle-wrapper .content-wrapper .item .title {
  flex: 1;
}

.i-main .main-artcle-wrapper .content-wrapper .item .cd {
  color: #999;
}

/* å·¦ä¾§å¯¼èˆªæ&nbsp; */
.web-navigation {
  position: absolute;
  left: -10px;
  background: #fff;
  border: 1px solid #E5E5E5;
  transform: translateX(-100%);
}

.web-navigation .item {
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 12px;
  color: #333;
  padding-right: 10px
}

.web-navigation .item .icon {
  width: 22px;
  height: 22px
}

.web-navigation .item .text {
  margin-left: 5px;
}

.web-navigation .item.active {
  background: #1581F0;
}

.web-navigation .item.active .iconfont {
  color: #FFF;
  vertical-align: middle;
  font-size: 22px;
}

.web-navigation .item.active .text {
  color: #fff;
}

/* ä¾›åº”å•†è”ç»œ */
.v-main {
  margin-bottom: 70px;
}

.v-main .links-wrapper {
  margin-top: 20px;
}

.v-main .links-wrapper .container {
  box-shadow: 0px 0px 29px 0px rgba(147, 147, 147, 0.22);
  border-radius: 5px;
  padding: 30px;
}

.v-main .links-content {
  background: #F5F5F5;
  color: #333;
  font-size: 14px;
  text-align: center;
}

.v-main .links-content img {
  width: 100%;
}

.v-main .links-bottom {
  box-shadow: 0px 0px 29px 0px rgba(147, 147, 147, 0.22);
  margin-top: 20px;
  padding: 20px;
}


.v-main .links-bottom .tips {
  color: #999;
  font-size: 14px;
  line-height: 72px;
  text-align: center;
}

.v-main .links-bottom .layui-form-item {
  width: 410px;
  margin: 20px auto;
}

.v-main .links-bottom .layui-form-label {
  width: 100px;
  font-size: 14px;
  color: #333;
}

.v-main .links-bottom .layui-btn {
  width: 300px;
}

.v-main .ven-textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #E6E6E6;
  font-size: 12px;
  line-height: 20px;
  height: 82px;
}

/* ç›®å½•å‹˜æŽ¢ */
.c-main {
  margin-bottom: 80px;
  min-height: 552px;
}

.c-main .search-wrapper {
  width: 100%;
  height: 100px;
  background: #F5F5F5;
  padding: 30px;
}

.c-main .search-wrapper .ipt-wrapper {
  display: inline-block;
  width: 400px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  background: #FFF;
  margin-right: 24px;
  position: relative;
}

.c-main .search-wrapper .ipt-wrapper .iconfont {
  font-size: 20px;
  color: #CBCBCB;
  margin: 0 13px;
}

.c-main .search-wrapper .ipt-wrapper input {
  border: none;
  font-size: 14px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-left: 50px;
}

.c-main .search-wrapper&gt;button {
  vertical-align: top;
}

.c-main .page-wrapper {
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #ECECEC;
}

.c-main .page-wrapper .page-prew {
  margin: 0 20px;
}

/* å…³äºŽæˆ‘ä»¬ */
.a-main {
  margin-bottom: 50px;
}

.a-main .banner img {
  width: 100%;
}

.a-main .intro-wrapper {
  width: 100%;
  background: url(../../images/home/aboutus_1.png) no-repeat 0 0/100% auto;
  padding: 160px 0 0 150px;
}

.a-main .intro-wrapper .content {
  color: #333;
  font-size: 14px;
}

.a-main .intro-wrapper .content p {
  text-indent: 2em;
  line-height: 24px;
}

.a-main .pic-list {
  margin-top: 60px;
  font-size: 0;
  padding-left: 22px;
}

.a-main .pic-list .item {
  display: inline-block;
  width: 320px;
  height: 200px;
  margin-right: 34px;
  margin-bottom: 25px;
  position: relative;
}

.a-main .pic-list .item:nth-of-type(3n) {
  margin-right: 0;
}

.a-main .pic-list .item img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.a-main .pic-list .item .bg {
  width: 100%;
  height: 100%;
  background: #CDE5FF;
  position: absolute;
  top: -22px;
  left: -22px;
}

.a-main .pic-list .item .bg2 {
  width: 100%;
  height: 100%;
  background: #CDE5FF;
  position: absolute;
  bottom: -22px;
  right: -22px;
}

.a-main .choose-wrapper {
  width: 100%;
  min-height: 1100px;
  background: url(../../images/home/aboutus_2.png) no-repeat 0 0/100% auto;
  padding: 160px 0 0 150px;
  margin-top: 150px;
}

.a-main .choose-wrapper .item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.a-main .choose-wrapper .item .num {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  line-height: 38px;
  background: url(../../images/home/aboutus_num_bg.png) no-repeat 0 0/34px 34px;
  font-size: 16px;
  color: #FFF;
  padding-left: 6px;
}

.a-main .choose-wrapper .item .content {
  flex: 1;
  height: 94px;
  background: url(../../images/home/aboutus_content_bg.png) no-repeat 0 0/100% 100%;
  margin-left: 40px;
  padding-left: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.a-main .choose-wrapper .item .title {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.a-main .choose-wrapper .item .tips {
  font-size: 14px;
  color: #999;
  margin-top: 16px;
}


.o-main {
  margin-bottom: 80px;
  min-height: 552px;
}

.o-main .search-wrapper {
  width: 100%;
  height: 100px;
  background: #F5F5F5;
  padding: 30px;
}

.o-main .search-form {
  width: 100%;
  height: 100%;
}

.o-main .search-wrapper .ipt-wrapper {
  display: inline-block;
  width: 400px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  background: #FFF;
  margin-right: 24px;
  position: relative;
}

.o-main .search-wrapper .ipt-wrapper .iconfont {
  font-size: 20px;
  color: #CBCBCB;
  margin: 0 13px;
}

.o-main .search-wrapper .ipt-wrapper input {
  border: none;
  font-size: 14px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-left: 50px;
}

.o-main .search-form .layui-form-item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
}

.o-main .search-form .layui-form-label {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  width: 100px;
}

.o-main .search-form .layui-form-item .layui-input-inline {
  width: 130px;
}

.o-main .page-wrapper {
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #ECECEC;
}

.o-main .page-wrapper .page-prew {
  margin: 0 20px;
}

.o-main .preview-dialog #previewImg {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 80%;
  max-height: 80%;
  transform: translate3d(-50%, -50%, 0);
}

.o-main .loading-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  line-height: 38px;
  text-align: center;
  background: rgba(245, 245, 245, 0.7);
}

.o-main .loading-wrapper img {
  width: 20px;
  height: 20px;
}

.o-main .search-btn {
  display: inline-block;
  vertical-align: top;
  width: 90px;
  margin-right: 24px;
}

.o-main .table-style1 td .layui-table-cell {
  min-height: 120px;
  cursor: pointer;
}

.o-main .offself-info-wrapper {
  padding: 10px 0;
}

.o-main .offself-info-wrapper .img-wrapper {
  display: inline-block;
  width: 100px;
  height: 100px;
  position: relative;
}

.o-main .offself-info-wrapper .img-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.o-main .offself-info-wrapper .subinfo-wrapper {
  display: inline-block;
  width: 200px;
  height: 100px;
  padding: 20px 0;
  vertical-align: top;
  margin-left: 10px;
}

.o-main .offself-info-wrapper .name {
  width: 200px;
  height: 60px;
  line-height: 60px;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: hidden;
  text-overflow: ellipsis;
}

/* new */
/* ç›®å½•å‹˜è¯¯ */

.c-main .catalog-table th .layui-table-cell {
  min-height: 40px;
  line-height: 40px;
  text-align: center;
  color: #333
}

.c-main .catalog-table td {
  cursor: pointer;
  height: 50px;
  line-height: 50px;
}

/* æ„è§åé¦ˆ */
.s-main {
  margin-bottom: 40px;
}

.s-main .suggest-wrapper {
  border: 1px solid #E5E5E5;
  padding: 0 32px 50px;
  width: 100%;
  min-height: 560px;
}

.s-main .suggest-wrapper&gt;.title {
  width: 100%;
  height: 66px;
  line-height: 66px;
  position: relative;
  border-bottom: 1px dashed #E5E5E5;
  padding-left: 26px;
  color: #333;
  font-size: 18px;
}

.s-main .suggest-wrapper&gt;.title .point {
  position: absolute;
  top: 30px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #1581F0;
  box-shadow: 0 0 0 2px rgba(21, 129, 240, 0.2);
  border-radius: 50%;
}

.s-main .suggest-wrapper .suggest-tips {
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  color: #999;
}

.s-main .suggest-wrapper .suggest-tips .title {
  color: #333;
  font-weight: bold;
}

.s-main .textarea-wrapper {
  border: 1px solid #e5e5e5;
  margin: 0 10px;
  border-radius: 10px;
  padding: 20px 20px 10px 20px;
}

.s-main .textarea-wrapper textarea {
  width: 100%;
  height: 220px;
  border: none;
  font-size: 14px;
}

.s-main .upload-pic-list {
  margin-top: 20px;
}

.s-main .upload-pic-list .item {
  display: inline-block;
  width: 96px;
  height: 96px;
  margin-right: 11px;
  margin-bottom: 11px;
  border-radius: 10px;
  position: relative;
  background: #F5F5F5;
  border: 1px solid #E5E5E5;
}

.s-main .upload-pic-list .item:nth-child(10n) {
  margin-right: 0;
}

.s-main .upload-pic-list .item img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.s-main .upload-pic-list .item .filepath {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.s-main .upload-pic-list .item .icon-close {
  position: absolute;
  top: -8px;
  right: -10px;
  font-size: 12px;
  color: #FFF;
  background: #E60012;
  border-radius: 50%;
  padding: 4px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 14px;
  text-align: center;
}

.s-main .links-wrapper .suggest-tips {
  margin-bottom: 10px;
}

.s-main .links-wrapper .layui-form-label {
  width: 112px;
  padding: 10px 30px 10px 0;
}

.s-main .links-wrapper .layui-form-item .layui-input-inline {
  width: 422px;
  margin-right: 0;
}

.s-main .links-wrapper .layui-form-item .layui-inline {
  margin-right: 0;
}

.s-main .links-wrapper .layui-form-item .layui-inline:first-child {
  margin-right: 60px;
}

.s-main .links-wrapper .btn-block {
  margin-left: 0;
  text-align: center;
  margin-top: 50px;
}

.s-main .links-wrapper .btn-block .layui-btn {
  width: 300px;
  height: 40px;
}

/* å‹˜è¯¯è¯¦æƒ…1 */
.e-main {
  margin-bottom: 80px;
}

.e-main .errorinfo-container {
  border: 1px solid #E5E5E5;
  padding: 0 32px 12px;
  width: 100%;
  min-height: 560px;
}

.e-main .errorinfo-wrapper {
  padding: 50px 0;
  font-size: 0;
  border-bottom: 1px solid #E5E5E5;
}

.e-main .errorinfo-wrapper .info {
  display: inline-block;
  min-width: 33.33%;
  font-size: 14px;
  vertical-align: top;
  padding-right: 20px;
  margin-bottom: 30px;
  font-size: 14px;
}

.e-main .errorinfo-wrapper .info .title {
  font-weight: bold;
  color: #333;
  margin-right: 30px;
  display: inline-block;
}

.e-main .errorinfo-wrapper .info .txt {
  display: inline-block;
  width: 250px;
  vertical-align: top;
  color: #999;
}

.e-main .content-wrapper&gt;.title {
  font-size: 20px;
  height: 74px;
  color: #333;
  line-height: 74px;
  font-weight: bold;
}

.e-main .content-wrapper .block {
  margin-bottom: 20px;
}

.e-main .content-wrapper .subtitle {
  font-size: 18px;
  margin-bottom: 20px;
  color: #E60012;
}

.e-main .content-wrapper .wich-content {
  border: 1px solid #E5E5E5;
  padding: 6px 12px;
}</pre></body></html>